Nevron.Chart Namespace / NBoxAndWhiskersDataPoint Class / NBoxAndWhiskersDataPoint Constructor / NBoxAndWhiskersDataPoint Constructor(Double,Double,Double,Double,Double,Double,Double[],Double)


NBoxAndWhiskersDataPoint Constructor(Double,Double,Double,Double,Double,Double,Double[],Double)
Syntax
'Declaration
 
Public Function New( _
   ByVal upperBoxValue As System.Double, _
   ByVal lowerBoxValue As System.Double, _
   ByVal upperWhiskerValue As System.Double, _
   ByVal lowerWhiskerValue As System.Double, _
   ByVal medianValue As System.Double, _
   ByVal averageValue As System.Double, _
   ByVal outlierValues() As System.Double, _
   ByVal x As System.Double _
)
 
'Usage
 
Dim upperBoxValue As System.Double
Dim lowerBoxValue As System.Double
Dim upperWhiskerValue As System.Double
Dim lowerWhiskerValue As System.Double
Dim medianValue As System.Double
Dim averageValue As System.Double
Dim outlierValues() As System.Double
Dim x As System.Double
 
Dim instance As New NBoxAndWhiskersDataPoint(upperBoxValue, lowerBoxValue, upperWhiskerValue, lowerWhiskerValue, medianValue, averageValue, outlierValues, x)

Parameters

upperBoxValue
lowerBoxValue
upperWhiskerValue
lowerWhiskerValue
medianValue
averageValue
outlierValues
x
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also